home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / Scud_Raise.as < prev    next >
Text File  |  2011-08-19  |  248b  |  18 lines

  1. package
  2. {
  3.    import flash.media.Sound;
  4.    
  5.    public dynamic class Scud_Raise extends Sound
  6.    {
  7.        
  8.       
  9.       public function Scud_Raise()
  10.       {
  11.          if(true)
  12.          {
  13.             super();
  14.          }
  15.       }
  16.    }
  17. }
  18.